github.com/andybalholm/brotli/matchfinder.Writer.writeBlock (method)
4 uses
github.com/andybalholm/brotli/matchfinder (current package)
matchfinder.go#L65: return w.writeBlock(p, false)
matchfinder.go#L71: w.writeBlock(w.inBuf[pos:pos+w.BlockSize], false)
matchfinder.go#L81: func (w *Writer) writeBlock(p []byte, lastBlock bool) (n int, err error) {
matchfinder.go#L90: w.writeBlock(w.inBuf, true)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |